Q3OrientationStyle_Set
You can use theQ3OrientationStyle_Set
function to set the orientation style value of a orientation style.
TQ3Status Q3OrientationStyle_Set ( TQ3StyleObject frontFacingDirectionObject, TQ3OrientationStyle frontFacingDirection);
frontFacingDirectionObject
- An orientation style object.
frontFacingDirection
- An orientation style value.
DESCRIPTION
TheQ3OrientationStyle_Set
function sets the orientation style value of the style object specified by thefrontFacingDirectionObject
parameter to the value specified in thefrontFacingDirection
parameter.